home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01532_Script_1532
< prev
next >
Wrap
Text File
|
1995-05-21
|
675b
|
30 lines
on exitFrame
global gintegrity, bribe, whoIsIt
-- puppetsprite 3, true
repeat with j = 12 to 14
puppetsprite j, true
end repeat
if whoIsIt = "Phillip" then
set bribe = 2000
else
if gIntegrity >= 30 then
set bribe = 200
set the castNum of sprite 14 to cast "Give 200"
exit
end if
if gIntegrity <= 29 & gIntegrity >= value(-30) then
set bribe = 500
set the castNum of sprite 14 to cast "Give 500"
exit
end if
if gIntegrity < value(-31) then
set bribe = 1000
set the castNum of sprite 14 to cast "Give 1000"
exit
end if
end if
end